home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / utildsk / mcdplayr.lha / MCDPlayer2 / Source / Makefile next >
Makefile  |  1996-05-16  |  1KB  |  78 lines

  1. # This Makefile has been generated automatically
  2. # by GccOpts 1.3 (Rodrigo Reyes 1995) and is designed
  3. # to be used with GCC
  4. #
  5. # GccOpts is free software for Amiga.
  6. #
  7. # To compile, just type 'make' in your shell environment.
  8. #
  9.  
  10.  
  11. ##
  12. ## Please do NOT edit this file
  13. ##
  14.  
  15. #OUTP ../mcdplay
  16. #CPU: 2
  17. #VER: 1.3
  18. #FPU: 1
  19. #OLV: 2
  20. #LNK: 1
  21. #PRJ: mcdplayer.c Proglist.c Titlelist.c 
  22. #PRJ: Windows.c 
  23. #LIB: libauto.a 
  24. #OPT: /0000/0000/00/000000000000000000/0000000/00000000000000000000000000000000000
  25.  
  26. .PHONY : all
  27. .PHONY : clean
  28.  
  29. # System configuration
  30. SHELL = gnu:bin/sh
  31.  
  32. # System environment
  33. CC = gcc
  34.  
  35. CODEGEN = -m68030 -m68881 -noixemul
  36.  
  37. OPTIMIZATION = -O2
  38.  
  39. OPTIONS = 
  40.  
  41. CFLAGS = $(CODEGEN) $(OPTIMIZATION) $(OPTIONS)
  42.  
  43.  
  44.  
  45. LIB = -lauto  
  46.  
  47. OBJ = mcdplayer.o Proglist.o Titlelist.o \
  48.     Windows.o 
  49.  
  50. ARCHIVE = 
  51.  
  52. ../mcdplay: $(OBJ)
  53.     $(CC) $(CFLAGS) -o $@ $^ $(ARCHIVE) $(LIB)
  54.  
  55. all: clean ../mcdplay
  56.  
  57. clean:
  58.     rm -f mcdplayer.o Proglist.o Titlelist.o Windows.o ../mcdplay
  59.  
  60.  
  61. mcdplayer.o: mcdplayer.c mcdplayer.h scsistuff.h 
  62.  
  63.     $(CC) $(CFLAGS) $(INCL) -c mcdplayer.c
  64.  
  65. Proglist.o: Proglist.c mcdplayer.h 
  66.  
  67.     $(CC) $(CFLAGS) $(INCL) -c Proglist.c
  68.  
  69. Titlelist.o: Titlelist.c mcdplayer.h 
  70.  
  71.     $(CC) $(CFLAGS) $(INCL) -c Titlelist.c
  72.  
  73. Windows.o: Windows.c mcdplayer.h mcdplayer_gui.h 
  74.  
  75.     $(CC) $(CFLAGS) $(INCL) -c Windows.c
  76.  
  77. #END OF FILE#
  78.